home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Compilers⁄Interps / GCC 1.37.1r15 Full / Tests / debugstr.c < prev    next >
Encoding:
C/C++ Source or Header  |  1993-02-04  |  73 b   |  8 lines  |  [TEXT/MPS ]

  1. #include <Types.h>
  2.  
  3. resource_main()
  4. {
  5.     DebugStr("foo");
  6.     return 12345;
  7. }
  8.